home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol C-14 / Vol C-14.iso / games / sheepsho.swf / scripts / DefineButton2_218 / BUTTONCONDACTION on(press).as next >
Text File  |  2012-04-23  |  203b  |  9 lines

  1. on(press){
  2.    gotoAndPlay(2);
  3.    startDrag("/buttonmovie2",1,50,300,450,360);
  4.    set("/:sheephold",1);
  5.    sndstretch = new Sound();
  6.    sndstretch.attachSound("stretch");
  7.    sndstretch.start();
  8. }
  9.